home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / dirsrt14.zip / DIRSRT14.DOC < prev   
Text File  |  1992-08-10  |  2KB  |  40 lines

  1.  
  2. Command DIRSORT                                                     Version 1.4
  3. ---------------                                                 August 10, 1992
  4.  
  5. Purpose:  To sort the directory (DIR) file used by AUNTIE and PCBoard.
  6.  
  7. Usage:    DIRSRT  dir-name  output-filename  [/D | /P]
  8.                   [DIR]     [DIRSRT]         [/C]
  9.                                              [/ca]
  10.  
  11.         The 'dir-name' is optional. It may include drive and
  12.         path. The default is DIR.
  13.  
  14.         The 'output-filename' is optional. It may include a
  15.         drive, path, and filename. If omitted, a file name
  16.         of DIRSRT is used.
  17.  
  18.         The /D option specifies that the directory be sorted
  19.         in descending order by date for Auntie. Use /P for
  20.         PCBoard directory formats.
  21.  
  22.         The /C option specifies that the directory be sorted
  23.         by the two character category field. The default sort
  24.         order is by filename. You may use only one of the /C
  25.         and /D options.
  26.  
  27.         To select only those file entries belonging to a
  28.         category, supply the '/ca' switch with the two letter
  29.         category, e.g. /GA to select all GA files. Be sure the
  30.         letters are upper case if they are upper case in the
  31.         directory file.
  32.  
  33.         Approximately 128K is required. At least 32 bytes per
  34.         file entry is needed, plus 32k for file buffers.
  35.  
  36. |       Written by V. Buerg, April 6, 1987. For users of
  37. |       AUNTIE and PCBoard. Modified 8/08/92 for PCBoard.
  38. |       Corrected 8/10/92 for /C /ca sort.
  39.  
  40.